toggle menu
MobileSDK
6.37.0
switch theme
search in API
MobileSDK
/
com.genband.mobile.api.services.calllog
/
[androidJvm]CallLogServiceInterface
Call
Log
Service
Interface
public
interface
CallLogServiceInterface
This interface represents the service methods exposed for managing call logs.
Members
Functions
remove
Link copied to clipboard
public
abstract
void
remove
(
String
calllogId
)
This method removes the call log and returns true, if the valid id is given, otherwise returns false.
remove
All
Link copied to clipboard
public
abstract
void
removeAll
(
)
Remove all call logs, if succeeded returns true, otherwise false.
retrieve
Link copied to clipboard
public
abstract
List
<
CallLogEntryInterface
>
retrieve
(
int startIndex
,
int count
)
This method returns call logs with beginning the given startIndex to the count size .
retrieve
All
Link copied to clipboard
public
abstract
List
<
CallLogEntryInterface
>
retrieveAll
(
)
This method returns all call logs.